Skip to content

FROMLIST: driver: bluetooth:btusb: Allow firmware re-download when version matches#353

Open
shuaz-shuai wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
shuaz-shuai:re-dw_fw
Open

FROMLIST: driver: bluetooth:btusb: Allow firmware re-download when version matches#353
shuaz-shuai wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
shuaz-shuai:re-dw_fw

Conversation

@shuaz-shuai
Copy link

Since USB can disconnect at any time, if it disconnects during the BT firmware download, the BT controller firmware version may still be updated even without completing the download.

When USB reconnects, the BT host detects the same version as in the firmware file, which prevents the firmware from being downloaded again.

Therefore, remove the equality check to ensure that after USB reconnection, the BT host can still download the firmware.

CRs-Fixed: 4436232

Copy link

@shashim-quic shashim-quic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FROMLIST: driver: bluetooth:btusb: Allow firmwarea re-download when version matches

typo s/firmwarea/firmware . upstream submission does not have this issue.

…rsion matches

Since USB can disconnect at any time, if it disconnects during the
BT firmware download, the BT controller firmware version may still
be updated even without completing the download.

When USB reconnects, the BT host detects the same version as in
the firmware file, which prevents the firmware from being
downloaded again.

Therefore, remove the equality check to ensure that after USB
reconnection, the BT host can still download the firmware.

Link: https://lore.kernel.org/all/20260108074353.1027877-1-shuai.zhang@oss.qualcomm.com/
Signed-off-by: Shuai Zhang <shuai.zhang@oss.qualcomm.com>
@shuaz-shuai shuaz-shuai changed the title FROMLIST: driver: bluetooth:btusb: Allow firmwarea re-download when version matches FROMLIST: driver: bluetooth:btusb: Allow firmware re-download when version matches Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants